|
|
|
|
ToolTip Property, SftTree Class |
Returns the control's ToolTipClass instance defining tooltips.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property ToolTip As ToolTipClass |
C# |
public ToolTipClass ToolTip { get; } |
C++ |
public: property ToolTipClass^ ToolTip { |
Property Value
The ToolTipClass class instance.
Comments
The ToolTip property returns the control's ToolTipClass instance defining tooltips.
The instance of the ToolTipClass class describes attributes that apply to all toolips in a SftTree/NET control. Numerous properties and methods can be accessed using the returned object.
A control has one ToolTipClass instance for tooltips (ToolTip property) and one for scrolltips (ScrollTip property).